From 18a6a462658d940d311e047ad02cdd8e60f8454b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 18 Aug 2025 16:38:00 +0000 Subject: [PATCH] libretro.nestopia: 0-unstable-2025-08-09 -> 0-unstable-2025-08-14 --- 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 a6b7113ff899..19ef7ffc0374 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-08-09"; + version = "0-unstable-2025-08-14"; src = fetchFromGitHub { owner = "libretro"; repo = "nestopia"; - rev = "d33852f5efe89c87a06f8ce7d12b8b5451e9ae71"; - hash = "sha256-v/jXoXgVEIXpxBgHZ/6oL+YGPDv9jefwdetiqLFBN9I="; + rev = "51ad831fcd9f10a02dcb0cbf398c2cd1b028765e"; + hash = "sha256-4TMJfD9KUBo5qJNOdnSEq2oEftL8Fpak6tHOP+tuG2U="; }; makefile = "Makefile";