From 59535c289500546c4aa1fc2814a13d768991751f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 21 Dec 2024 21:43:41 +0000 Subject: [PATCH] libretro.nestopia: 0-unstable-2024-12-10 -> 0-unstable-2024-12-14 --- 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 39cad263b695..daa4dc980625 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-10"; + version = "0-unstable-2024-12-14"; src = fetchFromGitHub { owner = "libretro"; repo = "nestopia"; - rev = "8b622a6e2a7403fff47830e0437f324ed9f24464"; - hash = "sha256-I9YKOV+mPZrcA5bB1KfWk+NaWIxSpBpZT8ntNxSt/m0="; + rev = "e7b65504ffc7f14fc5c74954d02b18f44c3aaf43"; + hash = "sha256-WI/EPWfTmcPM8SSVroqlya6U5cEgmesSJGbPOjxCSUg="; }; makefile = "Makefile";