From cce1505514a09aa0c8c20c49496726628f292f24 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 15 Oct 2025 17:11:23 +0000 Subject: [PATCH] libretro.nestopia: 0-unstable-2025-08-14 -> 0-unstable-2025-10-15 --- 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 19ef7ffc0374..25b01a635a13 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-08-14"; + version = "0-unstable-2025-10-15"; src = fetchFromGitHub { owner = "libretro"; repo = "nestopia"; - rev = "51ad831fcd9f10a02dcb0cbf398c2cd1b028765e"; - hash = "sha256-4TMJfD9KUBo5qJNOdnSEq2oEftL8Fpak6tHOP+tuG2U="; + rev = "3ac52e67c4a7fa696ee37e48bbcec93611277288"; + hash = "sha256-TDv+HTOtNEmel1lZlnlAGMVM8nEYdHLH7Rw6WBviGGw="; }; makefile = "Makefile";