diff --git a/pkgs/applications/emulators/libretro/cores/nestopia.nix b/pkgs/applications/emulators/libretro/cores/nestopia.nix index daa4dc980625..b2c909155c55 100644 --- a/pkgs/applications/emulators/libretro/cores/nestopia.nix +++ b/pkgs/applications/emulators/libretro/cores/nestopia.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "nestopia"; - version = "0-unstable-2024-12-14"; + version = "0-unstable-2024-12-22"; src = fetchFromGitHub { owner = "libretro"; repo = "nestopia"; - rev = "e7b65504ffc7f14fc5c74954d02b18f44c3aaf43"; - hash = "sha256-WI/EPWfTmcPM8SSVroqlya6U5cEgmesSJGbPOjxCSUg="; + rev = "6bbfff9a56ead67f0da696ab2c3aea3c11896964"; + hash = "sha256-D2FtfabikcZq0dl+ot/NJJkOaQXj0Sl5P2ioNrvxgSs="; }; makefile = "Makefile";