diff --git a/pkgs/applications/emulators/libretro/cores/fbneo.nix b/pkgs/applications/emulators/libretro/cores/fbneo.nix index f79befb2cb64..4178fc178a32 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-01-13"; + version = "0-unstable-2025-03-11"; src = fetchFromGitHub { owner = "libretro"; repo = "fbneo"; - rev = "274cdf95a16981c130015a8b4808a95ef5b46203"; - hash = "sha256-BS+Siam2jz6mFDz0mtvWH3+Is3Il78UbWkCh2f+DSAE="; + rev = "0bf8e4482caf9c18fcd74b3ddd2d7eaaf32ff8ef"; + hash = "sha256-vIC1S57z+agpuaY7wb5bVAppsZkxCQGEnQteiHu0Y34="; }; makefile = "Makefile";