diff --git a/pkgs/applications/emulators/libretro/cores/picodrive.nix b/pkgs/applications/emulators/libretro/cores/picodrive.nix index 7d3b3065e661..c14799d52c28 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-2024-10-19"; + version = "0-unstable-2024-12-31"; src = fetchFromGitHub { owner = "libretro"; repo = "picodrive"; - rev = "0daf92b57fba1fdbc124651573e88373eef28aa5"; - hash = "sha256-rvgcGNpHhjHpg5q6qiu08lBn+Zjx87E5/Q98gPoffhE="; + rev = "bb4b7bcddb9f2f218e88971cccc66edf6c7669f0"; + hash = "sha256-KbPsPG4pFZRHQoLuPVvBdXQTa+uXtmvSBKi7ShMyB3A="; fetchSubmodules = true; };