From b042e45d3062be76e947aa6073731ac5c5c5293d Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Fri, 10 Jan 2025 18:08:25 +0000 Subject: [PATCH] libretro.nestopia: 0-unstable-2024-12-22 -> 0-unstable-2025-01-05 --- 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 b2c909155c55..abb82b387614 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-12-22"; + version = "0-unstable-2025-01-05"; src = fetchFromGitHub { owner = "libretro"; repo = "nestopia"; - rev = "6bbfff9a56ead67f0da696ab2c3aea3c11896964"; - hash = "sha256-D2FtfabikcZq0dl+ot/NJJkOaQXj0Sl5P2ioNrvxgSs="; + rev = "9762adc00668f3a2e1016f3ad07ff9cbf9d67459"; + hash = "sha256-CLEwhQ91dxoTLyhlQwssoCL/dEqY6SetwWLogfJi8RU="; }; makefile = "Makefile";