diff --git a/pkgs/applications/emulators/libretro/cores/fbneo.nix b/pkgs/applications/emulators/libretro/cores/fbneo.nix index 4b8dead1bf79..6e71db343745 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-06-12"; + version = "0-unstable-2026-06-22"; src = fetchFromGitHub { owner = "libretro"; repo = "fbneo"; - rev = "9723c47c2d782ccb8cf48f96568a89a44631e6ba"; - hash = "sha256-zYIC0up0tkvq0TLjSiypxwSTYAF1XnmHXsUTKsUQejA="; + rev = "845a1fd30f895ab69669f03c97eb5cfbf0f8d97a"; + hash = "sha256-fy6LSeOlIQkrLGnMQhXSR4EwC+4crAirQKnWt+7S1cI="; }; makefile = "Makefile";