diff --git a/pkgs/applications/emulators/libretro/cores/fbneo.nix b/pkgs/applications/emulators/libretro/cores/fbneo.nix index 0abcdb69ecab..60ea66263875 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-05-19"; + version = "0-unstable-2025-05-28"; src = fetchFromGitHub { owner = "libretro"; repo = "fbneo"; - rev = "d2cf158e9ba82fc7dfec592452e6113121665c19"; - hash = "sha256-dO1R0iIXEo2lrMSOJXlZBw2yXBfyB/1yFfRPYEEAojo="; + rev = "60d812a5a25b7f6cc7df2842264b67847e51122b"; + hash = "sha256-4HJZXsgUp0do7T0bwPPuuyoN7XIII3DSzk6LsLqZQeQ="; }; makefile = "Makefile";