From bf64e387f2489f2f53c916822aeaae029e95ade7 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 25 Jan 2025 04:24:50 +0000 Subject: [PATCH] libretro.nestopia: 0-unstable-2025-01-05 -> 0-unstable-2025-01-19 --- 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 abb82b387614..91b6b2a1fb56 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-01-05"; + version = "0-unstable-2025-01-19"; src = fetchFromGitHub { owner = "libretro"; repo = "nestopia"; - rev = "9762adc00668f3a2e1016f3ad07ff9cbf9d67459"; - hash = "sha256-CLEwhQ91dxoTLyhlQwssoCL/dEqY6SetwWLogfJi8RU="; + rev = "5b56b6b98ed5f0d7871be4c957fc9d39a608a7c0"; + hash = "sha256-SBVvfrIaXFx984PG4pG1CE0xsTVypOfn/kCvWSgtZSA="; }; makefile = "Makefile";