From b4304c0a5b92880c65563c25eae118767d9c5e86 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 16 Jan 2026 22:33:38 +0000 Subject: [PATCH] libretro.nestopia: 0-unstable-2025-11-08 -> 0-unstable-2026-01-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 f8a1ab4f96ca..4e482efcc9cd 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-11-08"; + version = "0-unstable-2026-01-10"; src = fetchFromGitHub { owner = "libretro"; repo = "nestopia"; - rev = "5deada54077fae87e2873f5ad9ef77e3ab7af5e1"; - hash = "sha256-3/e0wrJOaEdQ4Uz17r9KyLdCsyY7dqOpIyC0MPhqhdA="; + rev = "473d3072be67fa2542ca833c274ef6682cf0f0bc"; + hash = "sha256-He60RyFhTL7A+juTPbr032tsXoOEOzK4JzCmF03l7gU="; }; makefile = "Makefile";