From c1c8a0ee64741741b4d3ed7960dcbda4be5e6759 Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Fri, 10 Jan 2025 18:04:09 +0000 Subject: [PATCH] libretro.flycast: 0-unstable-2024-10-05 -> 0-unstable-2025-01-09 --- pkgs/applications/emulators/libretro/cores/flycast.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/flycast.nix b/pkgs/applications/emulators/libretro/cores/flycast.nix index 77abcb4eaded..7d495f00d62c 100644 --- a/pkgs/applications/emulators/libretro/cores/flycast.nix +++ b/pkgs/applications/emulators/libretro/cores/flycast.nix @@ -8,13 +8,13 @@ }: mkLibretroCore { core = "flycast"; - version = "0-unstable-2024-10-05"; + version = "0-unstable-2025-01-09"; src = fetchFromGitHub { owner = "flyinghead"; repo = "flycast"; - rev = "d689c50e21bf956913ac607933cd4082eaedc06b"; - hash = "sha256-XIe1JrKVY4ba5WnKrVofWNpJU5pcwUyDd14ZzaGcf+k="; + rev = "3114344414dbd8fb08efe1d6a25dbae457a2ec44"; + hash = "sha256-UgH8L02WkAPaMMUnes6GYLjRbkuY8+9b6LCGaaQWhjQ="; fetchSubmodules = true; };