From f822a9705e800d1f7d10fbc249c5bd63d4727fc1 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 31 Dec 2024 18:16:23 +0000 Subject: [PATCH] libretro.nestopia: 0-unstable-2024-12-14 -> 0-unstable-2024-12-22 --- 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 daa4dc980625..b2c909155c55 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-14"; + version = "0-unstable-2024-12-22"; src = fetchFromGitHub { owner = "libretro"; repo = "nestopia"; - rev = "e7b65504ffc7f14fc5c74954d02b18f44c3aaf43"; - hash = "sha256-WI/EPWfTmcPM8SSVroqlya6U5cEgmesSJGbPOjxCSUg="; + rev = "6bbfff9a56ead67f0da696ab2c3aea3c11896964"; + hash = "sha256-D2FtfabikcZq0dl+ot/NJJkOaQXj0Sl5P2ioNrvxgSs="; }; makefile = "Makefile";