From c0f7afa8b351cbfaea47fce98aaef55f6b227bab Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 13 Nov 2025 11:40:55 +0000 Subject: [PATCH] libretro.nestopia: 0-unstable-2025-10-16 -> 0-unstable-2025-11-08 --- 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 c4166818f3e8..f8a1ab4f96ca 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-10-16"; + version = "0-unstable-2025-11-08"; src = fetchFromGitHub { owner = "libretro"; repo = "nestopia"; - rev = "e9429844f2e16a284a8cdf663589634fd4c6345f"; - hash = "sha256-Ss4AuIuwEbaQOUcnGfXbJbEw/1HkyGZSRD2ody+wSSU="; + rev = "5deada54077fae87e2873f5ad9ef77e3ab7af5e1"; + hash = "sha256-3/e0wrJOaEdQ4Uz17r9KyLdCsyY7dqOpIyC0MPhqhdA="; }; makefile = "Makefile";