From 9c567e10d87efe170f5ff65c89dbebfcf3598588 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 5 Mar 2025 05:38:54 +0000 Subject: [PATCH] libretro.nestopia: 0-unstable-2025-01-19 -> 0-unstable-2025-02-22 --- pkgs/applications/emulators/libretro/cores/nestopia.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/nestopia.nix b/pkgs/applications/emulators/libretro/cores/nestopia.nix index 91b6b2a1fb56..a9ee83800e62 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-2025-01-19"; + version = "0-unstable-2025-02-22"; src = fetchFromGitHub { owner = "libretro"; repo = "nestopia"; - rev = "5b56b6b98ed5f0d7871be4c957fc9d39a608a7c0"; - hash = "sha256-SBVvfrIaXFx984PG4pG1CE0xsTVypOfn/kCvWSgtZSA="; + rev = "72003d06eb9fbc2191f5a7a874abc039bde3157f"; + hash = "sha256-fo9ZNqgMDt9s/18WDhD+7kGb9O8LF47Xk5yuIP3trqY="; }; makefile = "Makefile";