diff --git a/pkgs/applications/emulators/libretro/cores/beetle-ngp.nix b/pkgs/applications/emulators/libretro/cores/beetle-ngp.nix index 567d7332466b..273d19668bfb 100644 --- a/pkgs/applications/emulators/libretro/cores/beetle-ngp.nix +++ b/pkgs/applications/emulators/libretro/cores/beetle-ngp.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "mednafen-ngp"; - version = "0-unstable-2024-10-21"; + version = "0-unstable-2026-03-31"; src = fetchFromGitHub { owner = "libretro"; repo = "beetle-ngp-libretro"; - rev = "139fe34c8dfc5585d6ee1793a7902bca79d544de"; - hash = "sha256-ruWnCgMxfpPHTWQ7vgNUczmGRzNKKhoZTNlUcNgm4T8="; + rev = "9abe025fa14a4835a9a4e14a09893520dd3019dc"; + hash = "sha256-s/4koTwwgeEUYknpaNruY1l03ZGYSUy8KVxD/hiGs8Q="; }; makefile = "Makefile";