From 25e9f9b357c6eb0d64c4fd724a7ba6890efc4ca4 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 20 Nov 2025 05:37:09 +0000 Subject: [PATCH] libretro.picodrive: 0-unstable-2025-05-31 -> 0-unstable-2025-11-17 --- pkgs/applications/emulators/libretro/cores/picodrive.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/picodrive.nix b/pkgs/applications/emulators/libretro/cores/picodrive.nix index 3243a67b17b1..7f47453292b3 100644 --- a/pkgs/applications/emulators/libretro/cores/picodrive.nix +++ b/pkgs/applications/emulators/libretro/cores/picodrive.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "picodrive"; - version = "0-unstable-2025-05-31"; + version = "0-unstable-2025-11-17"; src = fetchFromGitHub { owner = "libretro"; repo = "picodrive"; - rev = "975cdafb613e84e305f87b43e70d1e19df7e60e0"; - hash = "sha256-hRM3DtaTVz35QEkUrPoNXHdS7TgazWIFKU1e+jjfigg="; + rev = "046e5ff91eb4bfa728e51e01304ff73cf6b4ee96"; + hash = "sha256-uoUqap7hMg8C2Ouud0UTtkWeZbtga9GVqSipHZK90/s="; fetchSubmodules = true; };