diff --git a/pkgs/applications/emulators/libretro/cores/fbneo.nix b/pkgs/applications/emulators/libretro/cores/fbneo.nix index 4b7600339804..0002e31fe4af 100644 --- a/pkgs/applications/emulators/libretro/cores/fbneo.nix +++ b/pkgs/applications/emulators/libretro/cores/fbneo.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "fbneo"; - version = "0-unstable-2026-05-18"; + version = "0-unstable-2026-06-04"; src = fetchFromGitHub { owner = "libretro"; repo = "fbneo"; - rev = "1a2d079aac28c540c20a9e4cac87bb02021c3eec"; - hash = "sha256-4q1q20Us7HVZr2CWsqujQWiqryc/xS9/bVBt/x7Y5H8="; + rev = "298f913aeb781908c7f6a568a2ede3940a98738d"; + hash = "sha256-UP0jNsqXMzrO+EQY8Gbkl2lIizfsAKoKiGaXGp7Nok8="; }; makefile = "Makefile";