Found the solution to this by uninstalling it from Retropie and terminal using cmd
sudo apt-get remove --auto-remove kodi
and than installing latest using the following cmd
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:team-xbmc/ppa
sudo apt-get update
sudo apt-get install kodi
everything as it should be now :)