From 11c34f6d2cf9c23e38bbab7974915e8f1db03954 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 10 Dec 2024 19:51:00 +0000 Subject: [PATCH] libretro.nestopia: 0-unstable-2024-10-17 -> 0-unstable-2024-12-10 --- 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 0275db2c133e..39cad263b695 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-10-17"; + version = "0-unstable-2024-12-10"; src = fetchFromGitHub { owner = "libretro"; repo = "nestopia"; - rev = "b932740e8abbe2cda80d06b083fdd8115af1c5d5"; - hash = "sha256-lIWk3V93vTKZM/jvfLkA06c7DDSEQtLmqRzJUi0TK/4="; + rev = "8b622a6e2a7403fff47830e0437f324ed9f24464"; + hash = "sha256-I9YKOV+mPZrcA5bB1KfWk+NaWIxSpBpZT8ntNxSt/m0="; }; makefile = "Makefile";