diff --git a/pkgs/applications/emulators/libretro/cores/fbneo.nix b/pkgs/applications/emulators/libretro/cores/fbneo.nix index dde0fe4bedff..54de29fbc44a 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-2025-08-01"; + version = "0-unstable-2025-08-13"; src = fetchFromGitHub { owner = "libretro"; repo = "fbneo"; - rev = "e90b821fc0507a6bdde3596ec32b7b59feae1d1a"; - hash = "sha256-DbY+bQ4vNj4q2Q/tmEZXngdlUHqfZXTl16m14VG5gYY="; + rev = "525a07bd5abd52481a653dc790b987b8f50d0686"; + hash = "sha256-O1QEvQ2ZZ7rU6KObV1hFaYLVWwDZ6Lu30JMbln7Z7DA="; }; makefile = "Makefile";