Commit 95429f19 authored by R. RyanTM's avatar R. RyanTM
Browse files

libretro.fbneo: 0-unstable-2025-12-29 -> 0-unstable-2026-01-11

parent 9647a2ba
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
mkLibretroCore {
  core = "fbneo";
  version = "0-unstable-2025-12-29";
  version = "0-unstable-2026-01-11";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "fbneo";
    rev = "3ebf6ddb6aef21433cf2e323ad19bded912ee2f9";
    hash = "sha256-jCU0AtkKfuZOZLuRdJ6qBcRydQykYgSbbhskfmmSqOc=";
    rev = "aaecfedbb206a79d0e35a0dfe922622b921a66f7";
    hash = "sha256-Xn3lxXFf7EEism9CIGYhvP83oCpOTrpgnBAwkkB4TDM=";
  };

  makefile = "Makefile";